Release 10.1A: OpenEdge Getting Started:
Installation and Configuration


Changing the default port

This section discusses ways to change the AdminServer’s default port, 20931.

From the Windows desktop

In Windows, the AdminServer runs as a service. The AdminServer is configured to start automatically. However, you can choose to change the listening port for the AdminServer as shown in the following code fragment from the AdminServer rmi registry:

[PluginPolicy.Progress.AdminServer] 
pluginclasspath=!{value-of:classpath} 
classpath=$DLC/java/... 
#In the following code snipit, the port sets the AdminServer rmi registry port 
number, the adminport sets the database plugin port, and the jvmargs sets the 
database log level to the maximum setting allowed. 
port=4321  
adminport=7899 

Note that if you specify values for the -port on the command line, these values override values defined in the %DLC/properties/AdminServerPlugins.properties file.

Using PROADSV on UNIX

PROADSV is a command-line utility that you can entered on the Proenv command line to support OpenEdge administrative capabilities on UNIX. PROADSV allows you to start up, shut down, and query the status of the AdminServer, among other tasks. See Appendix C, "Command and Utility Reference" for detailed syntax information.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095